[INFO] cloning repository https://github.com/WbaN314/battlesnake
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/WbaN314/battlesnake" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWbaN314%2Fbattlesnake", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWbaN314%2Fbattlesnake'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 01e8756d761192aaf3e7ef81fc167355147f04ac
[INFO] checking WbaN314/battlesnake against try#8a2f6fe57adadb246778b8d41925d3dc46d468cb for pr-158320
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWbaN314%2Fbattlesnake" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/WbaN314/battlesnake
[INFO] finished tweaking git repo https://github.com/WbaN314/battlesnake
[INFO] tweaked toml for git repo https://github.com/WbaN314/battlesnake written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/WbaN314/battlesnake on toolchain 8a2f6fe57adadb246778b8d41925d3dc46d468cb
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8a2f6fe57adadb246778b8d41925d3dc46d468cb" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/WbaN314/battlesnake already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8a2f6fe57adadb246778b8d41925d3dc46d468cb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 07e10a523cf875018803f07698193c43d2cfaa3a0d925f08622550923b86d6ac
[INFO] running `Command { std: "docker" "start" "07e10a523cf875018803f07698193c43d2cfaa3a0d925f08622550923b86d6ac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "07e10a523cf875018803f07698193c43d2cfaa3a0d925f08622550923b86d6ac" "/opt/rustwide/cargo-home/bin/cargo" "+8a2f6fe57adadb246778b8d41925d3dc46d468cb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "07e10a523cf875018803f07698193c43d2cfaa3a0d925f08622550923b86d6ac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "07e10a523cf875018803f07698193c43d2cfaa3a0d925f08622550923b86d6ac" "/opt/rustwide/cargo-home/bin/cargo" "+8a2f6fe57adadb246778b8d41925d3dc46d468cb" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking memchr v2.8.2
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling zerocopy v0.8.52
[INFO] [stderr]     Checking smallvec v1.15.2
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling mio v1.2.1
[INFO] [stderr]    Compiling socket2 v0.6.4
[INFO] [stderr]    Compiling uncased v0.9.10
[INFO] [stderr]    Compiling bitflags v2.13.0
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling deranged v0.3.11
[INFO] [stderr]     Checking either v1.16.0
[INFO] [stderr]    Compiling try-lock v0.2.5
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]    Compiling pear_codegen v0.2.9
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling devise_core v0.4.2
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]     Checking yansi v1.0.1
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling tower-service v0.3.3
[INFO] [stderr]    Compiling httpdate v1.0.3
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]     Checking time v0.3.36
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking signal-hook v0.3.18
[INFO] [stderr]     Checking pear v0.2.9
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling stable-pattern v0.1.0
[INFO] [stderr]    Compiling figment v0.10.19
[INFO] [stderr]    Compiling multer v3.1.0
[INFO] [stderr]    Compiling devise_codegen v0.4.2
[INFO] [stderr]    Compiling instability v0.3.12
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling state v0.6.0
[INFO] [stderr]     Checking rustix v0.38.44
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]     Checking signal-hook-mio v0.2.5
[INFO] [stderr]     Checking getrandom v0.4.2
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking castaway v0.2.4
[INFO] [stderr]    Compiling devise v0.4.2
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling rocket v0.5.1
[INFO] [stderr]     Checking http v1.4.2
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking bytecount v0.6.9
[INFO] [stderr]     Checking unicode-segmentation v1.13.3
[INFO] [stderr]    Compiling indoc v2.0.7
[INFO] [stderr]     Checking cookie v0.18.1
[INFO] [stderr]     Checking compact_str v0.8.2
[INFO] [stderr]     Checking papergrid v0.17.0
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking crossterm v0.28.1
[INFO] [stderr]    Compiling tabled_derive v0.11.0
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking serde_json v1.0.150
[INFO] [stderr]     Checking lru v0.12.5
[INFO] [stderr]     Checking testing_table v0.3.0
[INFO] [stderr]     Checking ubyte v0.10.4
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking unicode-truncate v1.1.0
[INFO] [stderr]     Checking atomic v0.5.3
[INFO] [stderr]     Checking tabled v0.20.0
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking regex v1.12.4
[INFO] [stderr]     Checking ratatui v0.29.0
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking env_logger v0.9.3
[INFO] [stderr]     Checking rand v0.8.6
[INFO] [stderr]    Compiling rocket_http v0.5.1
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]     Checking h2 v0.3.27
[INFO] [stderr]    Compiling rocket_codegen v0.5.1
[INFO] [stderr]     Checking battlesnake_game_of_chicken v1.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `info`
[INFO] [stdout]  --> src/logic/single_gamestate_nodes/mod.rs:3:11
[INFO] [stdout]   |
[INFO] [stdout] 3 | use log::{info, warn};
[INFO] [stdout]   |           ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `info`
[INFO] [stdout]  --> src/logic/single_gamestate_nodes/mod.rs:3:11
[INFO] [stdout]   |
[INFO] [stdout] 3 | use log::{info, warn};
[INFO] [stdout]   |           ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `snakes::Snakes`
[INFO] [stdout]    --> src/logic/single_gamestate_nodes/situation/mod.rs:538:129
[INFO] [stdout]     |
[INFO] [stdout] 538 | ... field::BasicField, game_state::GameState, snake::Snake, snakes::Snakes
[INFO] [stdout]     |                                                             ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `field::BasicField`, `game_state::GameState`, and `read_game_state`
[INFO] [stdout]    --> src/logic/single_gamestate_nodes/tree/tree_stats.rs:482:23
[INFO] [stdout]     |
[INFO] [stdout] 482 |             general::{field::BasicField, game_state::GameState},
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 488 |         read_game_state,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `log::info`
[INFO] [stdout]    --> src/logic/single_gamestate_nodes/tree/mod.rs:356:9
[INFO] [stdout]     |
[INFO] [stdout] 356 |     use log::info;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `turn`
[INFO] [stdout]   --> src/logic/general/field.rs:62:9
[INFO] [stdout]    |
[INFO] [stdout] 62 |         turn: u8,
[INFO] [stdout]    |         ^^^^ help: if this is intentional, prefix it with an underscore: `_turn`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `lengths`
[INFO] [stdout]   --> src/logic/general/field.rs:63:9
[INFO] [stdout]    |
[INFO] [stdout] 63 |         lengths: [u8; SNAKES],
[INFO] [stdout]    |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_lengths`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `coord`
[INFO] [stdout]    --> src/logic/single_gamestate_nodes/mod.rs:269:19
[INFO] [stdout]     |
[INFO] [stdout] 269 |             for &(coord, turn) in &result.food[0] {
[INFO] [stdout]     |                   ^^^^^ help: if this is intentional, prefix it with an underscore: `_coord`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `children` is never used
[INFO] [stdout]    --> src/logic/single_gamestate_nodes/node/mod.rs:205:12
[INFO] [stdout]     |
[INFO] [stdout] 109 | impl Node {
[INFO] [stdout]     | --------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 205 |     pub fn children(&self) -> [Option<Vec<(NodeId, NodeStatus)>>; 4] {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `MAX_FLAGS` and `set_flags` are never used
[INFO] [stdout]    --> src/logic/single_gamestate_nodes/node/node_id.rs:87:15
[INFO] [stdout]     |
[INFO] [stdout]  84 | impl NodeId {
[INFO] [stdout]     | ----------- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  87 |     pub const MAX_FLAGS: u32 = FLAGS_BITS;
[INFO] [stdout]     |               ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 249 |     pub fn set_flags(&mut self, val: u8) {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `count_potential_children_all` and `count_potential_children_from_evaluated_directions` are never used
[INFO] [stdout]   --> src/logic/single_gamestate_nodes/node/node_stats.rs:4:12
[INFO] [stdout]    |
[INFO] [stdout]  3 | impl Node {
[INFO] [stdout]    | --------- methods in this implementation
[INFO] [stdout]  4 |     pub fn count_potential_children_all(&self) -> [usize; 4] {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 18 |     pub fn count_potential_children_from_evaluated_directions(&self) -> [usize; 4] {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `MAX_DEPTH`, `max_depth`, and `max_nodes` are never used
[INFO] [stdout]   --> src/logic/single_gamestate_nodes/tree/mod.rs:32:15
[INFO] [stdout]    |
[INFO] [stdout] 31 | impl Tree {
[INFO] [stdout]    | --------- associated items in this implementation
[INFO] [stdout] 32 |     pub const MAX_DEPTH: u8 = NodeId::MAX_DEPTH;
[INFO] [stdout]    |               ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 52 |     pub fn max_depth(mut self, max_depth: u8) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 62 |     pub fn max_nodes(mut self, max_nodes: usize) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `is_empty` and `len` are never used
[INFO] [stdout]    --> src/logic/single_gamestate_nodes/tree/mod.rs:345:8
[INFO] [stdout]     |
[INFO] [stdout] 315 | impl DepthQueue {
[INFO] [stdout]     | --------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 345 |     fn is_empty(&self) -> bool {
[INFO] [stdout]     |        ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 349 |     pub(super) fn len(&self) -> usize {
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ALL_PRUNED_STATUSES` is never used
[INFO] [stdout]   --> src/logic/single_gamestate_nodes/tree/tree_stats.rs:17:7
[INFO] [stdout]    |
[INFO] [stdout] 17 | const ALL_PRUNED_STATUSES: &[NodeStatus] = &[
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TreeStats` is never constructed
[INFO] [stdout]   --> src/logic/single_gamestate_nodes/tree/tree_stats.rs:26:12
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub struct TreeStats {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PruningDepthStats` is never constructed
[INFO] [stdout]   --> src/logic/single_gamestate_nodes/tree/tree_stats.rs:45:12
[INFO] [stdout]    |
[INFO] [stdout] 45 | pub struct PruningDepthStats {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `total_pruned_nodes` is never used
[INFO] [stdout]   --> src/logic/single_gamestate_nodes/tree/tree_stats.rs:61:12
[INFO] [stdout]    |
[INFO] [stdout] 60 | impl PruningDepthStats {
[INFO] [stdout]    | ---------------------- method in this implementation
[INFO] [stdout] 61 |     pub fn total_pruned_nodes(&self) -> usize {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DirectionStats` is never constructed
[INFO] [stdout]   --> src/logic/single_gamestate_nodes/tree/tree_stats.rs:67:12
[INFO] [stdout]    |
[INFO] [stdout] 67 | pub struct DirectionStats {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `stats` and `subtree_stats_for_direction` are never used
[INFO] [stdout]    --> src/logic/single_gamestate_nodes/tree/tree_stats.rs:75:12
[INFO] [stdout]     |
[INFO] [stdout]  74 | impl Tree {
[INFO] [stdout]     | --------- methods in this implementation
[INFO] [stdout]  75 |     pub fn stats(&self) -> TreeStats {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 276 |     fn subtree_stats_for_direction(&self, direction: Direction) -> (usize, u8) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]    --> src/logic/single_gamestate_nodes/tree/tree_stats.rs:304:8
[INFO] [stdout]     |
[INFO] [stdout] 303 | impl TreeStats {
[INFO] [stdout]     | -------------- associated items in this implementation
[INFO] [stdout] 304 |     fn section(title: &str, table: Table) -> String {
[INFO] [stdout]     |        ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 308 |     fn kv_table(title: &str, rows: &[(&str, String)]) -> String {
[INFO] [stdout]     |        ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 319 |     fn overview_table(&self) -> String {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 354 |     fn pruning_table(&self) -> String {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 428 |     fn leaf_table(&self) -> String {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 443 |     fn status_table(&self) -> String {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 455 |     fn direction_table(&self) -> String {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `turn`
[INFO] [stdout]   --> src/logic/general/field.rs:62:9
[INFO] [stdout]    |
[INFO] [stdout] 62 |         turn: u8,
[INFO] [stdout]    |         ^^^^ help: if this is intentional, prefix it with an underscore: `_turn`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `lengths`
[INFO] [stdout]   --> src/logic/general/field.rs:63:9
[INFO] [stdout]    |
[INFO] [stdout] 63 |         lengths: [u8; SNAKES],
[INFO] [stdout]    |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_lengths`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `active_snake`
[INFO] [stdout]    --> src/bin/board_editor.rs:331:28
[INFO] [stdout]     |
[INFO] [stdout] 331 | fn cell_color(cell: &Cell, active_snake: usize) -> (Color, bool) {
[INFO] [stdout]     |                            ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_active_snake`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `total_w`
[INFO] [stdout]    --> src/bin/board_editor.rs:346:9
[INFO] [stdout]     |
[INFO] [stdout] 346 |     let total_w = BOARD_W as u16 * CELL_W;
[INFO] [stdout]     |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_total_w`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `total_h`
[INFO] [stdout]    --> src/bin/board_editor.rs:347:9
[INFO] [stdout]     |
[INFO] [stdout] 347 |     let total_h = BOARD_H as u16 * CELL_H;
[INFO] [stdout]     |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_total_h`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `is_head`
[INFO] [stdout]    --> src/bin/board_editor.rs:395:25
[INFO] [stdout]     |
[INFO] [stdout] 395 |             let (color, is_head) = cell_color(cell, app.active_snake);
[INFO] [stdout]     |                         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_is_head`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `sid`
[INFO] [stdout]    --> src/bin/board_editor.rs:425:29
[INFO] [stdout]     |
[INFO] [stdout] 425 |                 Cell::Snake(sid, seg_idx) => {
[INFO] [stdout]     |                             ^^^ help: if this is intentional, prefix it with an underscore: `_sid`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `active_snake`
[INFO] [stdout]    --> src/bin/board_editor.rs:331:28
[INFO] [stdout]     |
[INFO] [stdout] 331 | fn cell_color(cell: &Cell, active_snake: usize) -> (Color, bool) {
[INFO] [stdout]     |                            ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_active_snake`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `total_w`
[INFO] [stdout]    --> src/bin/board_editor.rs:346:9
[INFO] [stdout]     |
[INFO] [stdout] 346 |     let total_w = BOARD_W as u16 * CELL_W;
[INFO] [stdout]     |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_total_w`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `total_h`
[INFO] [stdout]    --> src/bin/board_editor.rs:347:9
[INFO] [stdout]     |
[INFO] [stdout] 347 |     let total_h = BOARD_H as u16 * CELL_H;
[INFO] [stdout]     |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_total_h`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `is_head`
[INFO] [stdout]    --> src/bin/board_editor.rs:395:25
[INFO] [stdout]     |
[INFO] [stdout] 395 |             let (color, is_head) = cell_color(cell, app.active_snake);
[INFO] [stdout]     |                         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_is_head`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `sid`
[INFO] [stdout]    --> src/bin/board_editor.rs:425:29
[INFO] [stdout]     |
[INFO] [stdout] 425 |                 Cell::Snake(sid, seg_idx) => {
[INFO] [stdout]     |                             ^^^ help: if this is intentional, prefix it with an underscore: `_sid`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/logic/single_gamestate_nodes/situation/mod.rs:662:17
[INFO] [stdout]     |
[INFO] [stdout] 662 |             let mut directions = black_box(Directions::new());
[INFO] [stdout]     |                 ----^^^^^^^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `directions`
[INFO] [stdout]    --> src/logic/single_gamestate_nodes/situation/mod.rs:662:17
[INFO] [stdout]     |
[INFO] [stdout] 662 |             let mut directions = black_box(Directions::new());
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_directions`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `coord`
[INFO] [stdout]    --> src/logic/single_gamestate_nodes/mod.rs:269:19
[INFO] [stdout]     |
[INFO] [stdout] 269 |             for &(coord, turn) in &result.food[0] {
[INFO] [stdout]     |                   ^^^^^ help: if this is intentional, prefix it with an underscore: `_coord`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `MAX_FLAGS` and `set_flags` are never used
[INFO] [stdout]    --> src/logic/single_gamestate_nodes/node/node_id.rs:87:15
[INFO] [stdout]     |
[INFO] [stdout]  84 | impl NodeId {
[INFO] [stdout]     | ----------- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  87 |     pub const MAX_FLAGS: u32 = FLAGS_BITS;
[INFO] [stdout]     |               ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 249 |     pub fn set_flags(&mut self, val: u8) {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `MAX_DEPTH` is never used
[INFO] [stdout]   --> src/logic/single_gamestate_nodes/tree/mod.rs:32:15
[INFO] [stdout]    |
[INFO] [stdout] 31 | impl Tree {
[INFO] [stdout]    | --------- associated constant in this implementation
[INFO] [stdout] 32 |     pub const MAX_DEPTH: u8 = NodeId::MAX_DEPTH;
[INFO] [stdout]    |               ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_empty` is never used
[INFO] [stdout]    --> src/logic/single_gamestate_nodes/tree/mod.rs:345:8
[INFO] [stdout]     |
[INFO] [stdout] 315 | impl DepthQueue {
[INFO] [stdout]     | --------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 345 |     fn is_empty(&self) -> bool {
[INFO] [stdout]     |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.00s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "07e10a523cf875018803f07698193c43d2cfaa3a0d925f08622550923b86d6ac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "07e10a523cf875018803f07698193c43d2cfaa3a0d925f08622550923b86d6ac", kill_on_drop: false }`
[INFO] [stdout] 07e10a523cf875018803f07698193c43d2cfaa3a0d925f08622550923b86d6ac
